Create an output relational database. Will drop existing database unless the drop_db parameter is set to False. @param db: Dictionary containing the database metadata including the database name and connection parameters. @param drop_db: If set to True will cause the database to be dropped if it already exists, default is True.